The compiler can store this directive in its symbol table and use it during the intermediate code generation phase. 编译器可以将这个指示符存储在它的符号表中,并在中间代码生成阶段使用这个指示符。
The OpenLaszlo compiler takes care of all of the dirty work ( resource combining, code generation, and so on) for you. OpenLaszlo编译器会负责所有底层的工作(资源组合,代码生成,等等)。
This is apparent even in Visual C++. NET2003, which just began enabling the optimizations from the native compiler for MSIL code generation. 甚至在VisualC++.NET2003中这一点也很明显,它只是通过用于生成MSIL代码的本机编译器开始启用优化。
Exposes the following methods by compiler generation 下面是编译器生成的方法
On top of the Core services, the traditional compiler features such as parsing and code generation, is the project services. 在实现类似解析和代码生成这样传统编译器特性的核心(Core)服务的最上层,是项目(Project)服务。
After analyzing the objective of test cases for object-oriented compiler test tool ( O_OCTT), we bring forward two techniques, random code generation and template generation, to automatically generate test cases for it. 对面向对象语言编译器测试用例的功能和质量要求进行分析,提出了O_OCTT自动生成测试用例的两种方法:任意代码生成法和模板法。
This paper introduces the composition of the compiler, code generation method and Verilog parallel simulation kernel. 文章将主要介绍编译器构成、代码生成方法和并行模拟核心库,该技术已经在并行Verilog模拟器ParaVer上实现。
The input language of automatic compiler generation system hmcgs& attribute description language ADL 编译程序自动生成系统HMCGS的输入语言&属性描述语言ADL
In another way, we develop a compiler in virtue of GCC's intermediate language, RTL ( Register Transfer Language), but we must rewrite the program of code generation and code optimization. 此外,我们借助GCC编译过程中产生的中间代码RTL(RegisterTransferLanguage)文件,重写目标代码生成和优化功能程序,为新的目标机器开发C语言编译器。
The paper describes the compiler structure, abstract microcode machine, code generation of OCCAM and its designing principles. 本文叙述了并行程序设计语言OCCAM的编译结构、抽象微码模型机、代码生成以及它的设计原则。
The paper proposes a new compiler design method by taking the advantages of manual porting and compiler's automatic generation. This novel method combines certain retargetable compiler including code optimization with compiler's automatic generation. 综合手工移植和自动生成编译器两种方法的优点,提出了一种将含有代码优化过程的多目标编译器和编译器自动生成相结合的新的编译器设计方法。
Low power technology is concerned increasingly by the researchers of architecture and compiler for next generation microarchitecture processor system. 低功耗技术越来越受到下一代微处理器系统和编译研究工作者的重视。
In normal compiler testing most of the test case generation methods are based on the grammar of the source language. These methods can test the translation function of a compiler well but lack of the pertinence to the optimization function. 传统的编译器自动测试方法大多从源语言的文法出发生成测试用例,能够很好地测试编译器的翻译功能,但是对编译器后端优化功能的测试缺乏针对性。
So the paper studies a method based on architecture description language for automatic generation of a compiler. This method mainly solves the problem of fast compiler generation, but the generated compiler emits codes with poor quality. 因此本文对基于体系结构描述语言(ADL)的编译器自动生成方法进行了研究,这种方法解决编译器的快速生成问题,但生成的编译器产生的代码质量不高。
A prototype compiler is described by discussing the structure of the compiler, lexical and syntax analysis, design of abstract syntax tree, complier pass, type system, and code generation technology. 构建了Bichon语言编译器原型,涉及到编译器的结构,词法、语法分析,抽象语法树的设计,编译遍的设计,类型系统和代码生成技术。
The process of program self-generation is designed with reference to the steps of compiler, including the error check of EXCEL, the optimization and generation of XML as intermediate code and the design of program generator which generates C language control program from XML file. 程序自动生成过程参考编译器各阶段进行设计,包括对EXCEL表格填写内容的错误检查,优化生成XML形式的中间代码,以及设计一个程序生成器来读取中间代码并翻译生成C语言控制程序。
Through the integration of compiler front-end analysis and the machine-specific information of compiler back-end, ICG-ME algorithm can not only simplify the generation of SIMD code, but also use both SIMD and non-SIMD instructions to improve code quality. 3. 通过结合编译器前端程序分析的优势和编译器后端的机器信息,ICG-ME算法不仅简化了SIMD代码的生成,而且能够同时利用SIMD指令和非SIMD指令,以生成高质量的机器代码。